home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
WWW
/
BlackIRC
/
Rexx
/
Rawsend.birx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-25
|
163 b
|
16 lines
/* Demo script for BlackIRC */
options results
failat 21
GETNICK
nick = result
GETCHANNEL
channel = result
'SPLITSTRING 1 Hello world!'
'ECHO' result
EXIT